home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0147-Meaning of IObject-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-23  |  800 b   |  22 lines  |  [TEXT/GEOL]

  1. Item    1573717                         20-Oct-89        11:52
  2.  
  3. From:   MID                             France, M.I.D.
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Meaning of IObject
  8.  
  9. A source comment says that IObject should be called in the I<ClassName> chain,
  10. but, in MacApp 2.0ß9, none of the direct descendants of TObject (TEvtHandler,
  11. TAssociation, TCommand, TList...) calls this method. Will final version 2.0 of
  12. MacApp use IObject?
  13.  
  14. Is there any sample where using TObject.Initialize is better than I<ClassName>?
  15. I think that TObject.Initialize is essentially polymorphic. Now, when a new
  16. object is created, its class is usually known and initialisation parameters are
  17. usually specific so the monomorphic I<ClassName> method seems more suitable.
  18.  
  19. Etienne Vautherin
  20.  
  21.  
  22.